home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d1
/
drnu451.arc
/
NUBEDELA
< prev
next >
Wrap
Text File
|
1990-10-19
|
749b
|
19 lines
BE DELAY
Description: Waits for a specified amount of time between batch file
commands so a user can see and respond to a message or a
screen display. The batch file continues after the pause.
Syntax Version 4.5: BE DELAY (n)
Parameters:
(n) An amount of time to wait, in eighteenths of a second.
Example: To display a message in the center of the screen and then
pause for five seconds to let the user see the message before
the batch command file resumes, enter:
BE ROWCOL 12,30 "You have 5 seconds to read this."
BE DELAY 90